strsplt — Split a string


\begin{rail}
Strsplt : 'strsplt' '(' String ')' ;
\end{rail}
strsplt takes a character string as input, and returns a row matrix that contains a single character string as each element. You will get an error if the argument is not a string. String matricies are not allowed as input to strsplt. The resulting matrix has as many columns as the argument had characters.

Subsections